home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
pssnap
/
common
/
pssnap.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-15
|
316 b
|
22 lines
/*
* pssnap.h
* author: Celeste Fowler
* date: June 12, 1992
*/
#ifndef PSSNAP
#define PSSNAP
#define PS_COLOR 1
#define PS_EDGES 2
#define PS_FACES 4
Geom *PolyProject(Geom *o, Camera *c);
void PolyToPSInit(FILE *outfile, int flag);
void PolyToPS(Geom *o, FILE *outfile, int flag);
#endif /* PSSNAP */